home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Latest Shareware Programs: Warp
/
OS-2 WARP - Latest Shareware Programs.iso
/
zipped.os2
/
treiber.2
/
oslit202.exe
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-10-13
|
2KB
|
87 lines
@echo off
if exist readme.ger goto langu
cls
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo ╔═════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Geben Sie bitte ein - Please enter ║
echo ║ ║
echo ║ A: ║
echo ║ README ║
echo ║ ║
echo ╚═════════════════════════════════════════════════════════════════════╝
echo.
echo.
echo.
echo.
goto ende
:langu
cls
echo.
echo.
echo.
echo.
echo.
echo ╔════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ SPEA VIDEOSEVEN Software Installation ║
echo ║ ║
echo ║ in Deutsch - geben Sie ein : D ║
echo ║ in English - please enter : E ║
echo ║ ║
echo ╚════════════════════════════════════════════════════════╝
echo.
frage
if errorlevel 102 goto Eingabe
if errorlevel 101 goto E
if errorlevel 100 goto D
if errorlevel 70 goto Eingabe
if errorlevel 69 goto E
if errorlevel 68 goto D
:EINGABE
cls
echo.
echo.
echo.
echo.
echo.
echo.
echo ╔══════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Keine Sprache gewählt! Taste drücken ║
echo ║ No language selected! Press a key ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════╝
echo.
echo.
echo.
echo.
pause > nul
goto langu
:D
cls
show readme.ger
cls
goto ende
:E
cls
show readme.eng
cls
goto ende
:ende